home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / adg_7_8.zip / SETUP.RC < prev    next >
Text File  |  1991-02-21  |  2KB  |  29 lines

  1. /****************************************************************************
  2. Module name: Setup.RC
  3. Programmer : Jeffrey M. Richter.
  4. *****************************************************************************/
  5.  
  6. #include <windows.h>
  7. #include "setup.h"
  8.  
  9. #include "dialog.h"
  10. #include "setup.dlg"
  11.  
  12. ICN_SETUP   ICON     PRELOAD FIXED Setup.Ico
  13. ICN_DISK    ICON     PRELOAD FIXED Disk.Ico
  14.  
  15. STRINGTABLE PRELOAD FIXED
  16. BEGIN
  17. IDS_NOMETERLIB,      "Setup cannot find the METER.DLL file.\nPlease verify the distribution diskette."
  18. IDS_NOMEMORY,        "Insufficient memory to run Setup.\nClose some applications and try again."
  19. IDS_NOSETUPINFOFILE, "The %s file cannot be found.\nPlease verify the distribution diskette."
  20. IDS_NODISKSPACE,     "Drive %c: contains %ldK of free disk space.\nSetup requires a minimum of %ldK.\nPlease select another drive."
  21. IDS_CANTMAKEDIR,     "The %s directory cannot be created.\nEnter another directory or try another drive."
  22. IDS_QUERYABORT,      "Setup has not completed installing the software.\nAre you sure you want to cancel?" 
  23. IDS_SETUPNOGOOD,     "The software has not been successfully installed.\nYou must run Setup again before using the software."
  24. IDS_PMADDOK,         "Setup has installed the software successfully\nand added the application(s) to the Program Manager."
  25. IDS_PMADDNOGOOD,     "Setup has installed the software successfully\nbut could not add the application(s) to the Program Manager."
  26. IDS_NOMEMORYCOPY,    "Insufficient memory to copy file.\nClose another application or cancel Setup."
  27. IDS_CANTOPENDST,     "Cannot create destination file.\nTry again or cancel Setup."
  28. END
  29.